Computer Science for IGCSE & O level - Databases (Section 1 - No. 14)
What is an example of DML in SQL?
CREATE TABLE
ALTER TABLE
SELECT
CREATE DATABASE
Giải thích
DML (Data Manipulation Language) are used to manipulate data, and the SELECT command is a DML statement
